/*
 * Load Main App LESS files
 */
/*
 * Font Icon Family
 */
/*
 * Grid System
 */
/* Typography + Scaffolding + Links */
/* Border Radius */
/* Colors */
/* Tabs */
/* Form */
/* Table */
/*
 * Input Group
 */
/*
 * Pagination
 */
/*
 * Popover
 */
/*
 * Dropdown
 */
/*
 * Thumbnail
 */
/*
 * Form Stats and Alerts
 */
/*
 * Buttons
 */
/*
 * Thumbnail
 */
/*
 * Carousel
 */
/*
 * Modal
 */
/*
 * Tooltips
 */
/*
 * Popover
 */
/*
 * Breadcrumbs
 */
/*
 * Jumbotron
 */
/*
 * List Groups
 */
/*
 * Badges
 */
/*
 * Material Colors
 */
/* 
 * Blocks
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* global styling overrides */
body {
  font-size: 14px;
}
.card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.grid-2-columns {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 10px;
}
.txt-highlight {
  background-color: yellow;
}
/**
 * Navigation and structure
 */
.body-header {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
  height: 180px;
  padding: 25px 20px 20px 20px !important;
  border-width: 0;
  border-bottom: 1px solid #c0c0c0;
  /* this is styling for the icon style images */
  /* this is styling for the user supplied photos / images */
}
.body-header .body-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 120px;
  height: 100%;
  margin: 0 30px 10px 0;
  aspect-ratio: 1;
}
.body-header .body-image img {
  flex-grow: 1;
  padding: 8px;
}
.body-header .user-image {
  width: 150px;
  height: 150px;
  margin-right: 30px;
  background-color: #74bcfb;
  border-radius: 50%;
}
.body-header .user-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
}
.body-header .body-title {
  flex-grow: 1;
  align-self: flex-start;
  margin-top: 15px;
  color: #fff;
}
.body-header .body-title .body-title-main {
  font-size: 26px;
  padding-bottom: 5px;
}
.body-header .body-title .body-title-main .body-title-prefix {
  font-size: 18px;
}
.body-header .body-title .body-subtitle {
  font-size: 17px;
}
.body-primary-button {
  margin: 15px 20px;
}
.body-primary-button .btn {
  font-size: 1.25em;
}
.body-info {
  justify-self: flex-end;
  padding-left: 25px;
  margin: 10px 0 10px 20px;
  font-size: 17px;
  color: #fff;
}
.body-info.with-resources {
  width: 450px;
  border-left: 2px solid #2282d0;
}
.body-info .body-info-title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
.body-info .body-resource-list {
  display: flex;
  flex-direction: column;
  color: #e4f3ff;
}
.body-info .body-resource-list .body-resource {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 10px;
}
.body-info .body-resource-list .body-resource .body-resource-icon {
  width: 30px;
}
.body-info .body-resource-list .body-resource i,
.body-info .body-resource-list .body-resource a,
.body-info .body-resource-list .body-resource a:hover {
  color: #e4f3ff;
}
.body-info .body-resource-list .body-resource a {
  text-decoration: underline dotted #2282d0;
  text-underline-offset: 0.4em;
}
.body-info .body-resource-list .body-resource a:hover {
  text-decoration: underline dotted #e4f3ff;
}
@media (max-width: 991px) {
  .body-header .body-title .body-title-main {
    font-size: 22px;
  }
  .body-header .body-title .body-title-main .body-title-prefix {
    font-size: 14px;
  }
  .body-header .body-title .body-subtitle {
    font-size: 15px;
  }
}
.dashboard-header {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0 !important;
  border-width: 0;
  border-bottom: 1px solid #c0c0c0;
  color: #4383B4;
}
.dashboard-header.yellow {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #ffcc00 100%);
}
.dashboard-header.blue {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #002dac 100%);
}
.dashboard-header.green {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #186708 100%);
}
.dashboard-header.maroon {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #851e1e 100%);
}
.dashboard-header .lhs {
  margin-top: 25px;
  margin-left: 50px;
  flex-grow: 1;
}
.dashboard-header .lhs .body-title {
  margin-bottom: 10px;
}
.dashboard-header .lhs .body-title .body-title-main {
  font-size: 42px;
  color: #444;
  font-weight: 500;
}
.dashboard-header .lhs .body-title .body-subtitle {
  font-size: 20px;
  color: #666;
  font-weight: 300;
}
@media (max-width: 768px) {
  .dashboard-header .lhs {
    margin-top: 15px;
    margin-left: 15px;
  }
  .dashboard-header .lhs .body-title .body-title-main {
    font-size: 22px;
  }
  .dashboard-header .lhs .body-title .body-subtitle {
    font-size: 16px;
  }
}
.dashboard-header .body-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  margin-right: 60px;
  padding: 20px 0;
  justify-self: center;
}
.dashboard-header .body-image .body-image-hdr {
  flex-grow: 1;
}
.dashboard-header .body-image img {
  align-self: flex-end;
  max-height: 150px;
  height: 150px;
  width: 100%;
}
.dashboard-header .header-actions {
  padding-bottom: 15px;
  font-size: 30px;
}
.dashboard-header .header-actions .header-action-title {
  display: flex;
  color: #000;
  margin-bottom: 10px;
}
.dashboard-header .header-actions span.select2-selection {
  height: 38px;
  padding: 4px 0;
  border-radius: 10px;
  font-size: 20px;
}
.dashboard-header .header-actions span.select2-selection .select2-selection__arrow {
  height: 38px;
  width: 38px;
}
@media (max-width: 768px) {
  .dashboard-header .header-actions {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .dashboard-header .header-actions span.select2 {
    width: 95% !important;
    padding-bottom: 10px;
  }
}
.dashboard-header .help-url {
  position: absolute;
  top: 8px;
  right: 16px;
}
.dashboard-header .help-url i {
  font-size: 40px;
  color: #eee;
}
.hero-header {
  position: relative;
  display: flex;
  margin-bottom: 25px;
  padding: 0 !important;
  border-width: 0;
  border-bottom: 1px solid #c0c0c0;
  color: #4383B4;
}
.hero-header.yellow {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #ffcc00 100%);
}
.hero-header.blue {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #002dac 100%);
}
.hero-header.green {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #186708 100%);
}
.hero-header.maroon {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff 0%, #851e1e 100%);
}
.hero-header .lhs {
  margin-top: 40px;
  margin-left: 60px;
  flex-grow: 1;
}
.hero-header .lhs .heading {
  margin-bottom: 15px;
}
.hero-header .lhs .heading .title {
  font-size: 42px;
  color: #444;
  font-weight: 500;
}
.hero-header .lhs .heading .subtitle {
  font-size: 20px;
  color: #666;
  font-weight: 300;
}
@media (max-width: 768px) {
  .hero-header .lhs {
    margin-top: 15px;
    margin-left: 15px;
  }
  .hero-header .lhs .heading .title {
    font-size: 22px;
  }
  .hero-header .lhs .heading .subtitle {
    font-size: 16px;
  }
}
.hero-header .hero-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  margin-right: 60px;
}
.hero-header .hero-image .hero-image-hdr {
  flex-grow: 1;
}
.hero-header .hero-image img {
  align-self: flex-end;
  max-height: 150px;
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
}
.hero-header .hero-actions {
  padding-bottom: 15px;
  font-size: 30px;
}
.hero-header .hero-actions button.btn-icon i {
  font-size: 24px;
}
.hero-header .hero-actions span.select2-selection {
  height: 38px;
  padding: 4px 0;
  border-radius: 10px;
  font-size: 20px;
}
.hero-header .hero-actions span.select2-selection .select2-selection__arrow {
  height: 38px;
  width: 38px;
}
@media (max-width: 768px) {
  .hero-header .hero-actions {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .hero-header .hero-actions span.select2 {
    width: 95% !important;
    padding-bottom: 10px;
  }
}
.hero-header .help-url {
  position: absolute;
  top: 8px;
  right: 16px;
}
.hero-header .help-url i {
  font-size: 40px;
  color: #eee;
}
.page-title {
  margin-bottom: 25px;
  position: relative;
  border-width: 0;
  border-bottom: 1px solid #c0c0c0;
  color: #4383B4;
}
.page-title > h2 {
  font-size: 1.4em;
  color: #673ab7;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-title > h2 > span {
  vertical-align: middle;
  display: inline-block;
}
.page-title > h2 > span.fa {
  margin-right: 10px;
}
.page-title > h2 > small {
  display: page;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #9E9E9E;
  line-height: 140%;
}
.page-title .actions {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 3;
}
#sidebar {
  /* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 1100px;
  width: 200px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all all 0.2s ease-out;
  -moz-transition: all all 0.2s ease-out;
  -o-transition: all all 0.2s ease-out;
  transition: all all 0.2s ease-out;
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  /* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
}
#sidebar .sidebar-inner {
  width: 100%;
  overflow: hidden;
}
#sidebar .sidebar-inner .si-inner {
  width: 100%;
}
#sidebar .sidebar-shortcuts-large {
  text-align: center;
  width: 50px;
  padding: 10px 0;
  float: right;
}
#sidebar .sidebar-shortcuts-large > a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  width: 38px;
  height: 38px;
  margin: 1px;
  margin-top: 0;
  position: relative;
  opacity: 0.75;
}
#sidebar .sidebar-shortcuts-large > a .fa,
#sidebar .sidebar-shortcuts-large > a .zmdi {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sidebar .sidebar-shortcuts-large > a:hover {
  opacity: 1;
}
#sidebar .main-menu {
  margin: 0;
}
#sidebar .main-menu li {
  border: 1px solid #e5e5e5;
}
#sidebar .main-menu li.active {
  border-left: 0 none;
  border-right: 0 none;
}
#sidebar .main-menu li.active > a {
  background-color: #2b7dbc;
  color: white;
}
#sidebar .main-menu li.open > a:after {
  display: none;
}
#sidebar .main-menu li.active.no-active-child > a:after {
  display: block;
}
#sidebar .main-menu li a {
  border: 0;
  padding: 0;
  height: 42px;
}
#sidebar .main-menu li a > * {
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0;
}
#sidebar .main-menu li a .sidebar-icon {
  position: absolute;
  left: auto;
  right: 11px;
  font-size: 17px;
  line-height: 22px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
}
#sidebar .main-menu li a > .menu-text {
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-left: 5px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sidebar .main-menu li a:hover .sidebar-icon {
  transform: scale(1.45);
  transition: all 0.2s;
}
#sidebar .sidebar-footer {
  text-align: right;
  padding: 10px 13px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
#sidebar .sidebar-footer .btn {
  z-index: 2;
  width: 24px;
  height: 24px;
  position: relative;
}
#sidebar .sidebar-footer .btn .fa-angle-double-right,
#sidebar .sidebar-footer .btn .zmdi-chevron-right {
  display: block;
}
#sidebar .sidebar-footer .btn .fa-angle-double-left,
#sidebar .sidebar-footer .btn .zmdi-chevron-left {
  display: none;
}
#sidebar .sidebar-footer .sidebar-footer-line {
  border-bottom: 1px solid #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
#sidebar.toggled .sidebar-shortcuts-large {
  width: 100%;
  float: none;
}
#sidebar.toggled .main-menu > li a {
  padding-left: 15px;
  text-align: left;
  height: 48px;
}
#sidebar.toggled .main-menu > li a > * {
  vertical-align: middle;
  display: inline-block;
  padding: 14px 0;
}
#sidebar.toggled .main-menu > li a i {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  font-size: 20px;
  line-height: 20px;
}
#sidebar.toggled .main-menu > li a .menu-text {
  opacity: 1;
  visibility: visible;
  width: auto;
}
#sidebar.toggled .main-menu > li.active {
  border-right-color: #2b7dbc;
  border-left: 5px solid #2b7dbc;
  font-weight: bold;
}
#sidebar.toggled .main-menu > li.active a {
  color: #2b7dbc;
  background-color: #f4f4f4;
  padding-left: 11px;
}
#sidebar.toggled .main-menu > li.active a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  border-style: solid;
  border-width: 14px 10px 14px 0;
  border-color: transparent #2b7dbc transparent transparent;
}
#sidebar.toggled .sidebar-footer {
  text-align: center;
  padding: 10px 0;
}
#sidebar.toggled .sidebar-footer .fa-angle-double-right,
#sidebar.toggled .sidebar-footer .zmdi-chevron-right {
  display: none;
}
#sidebar.toggled .sidebar-footer .fa-angle-double-left,
#sidebar.toggled .sidebar-footer .zmdi-chevron-left {
  display: block;
}
#sidebar li.disabled a {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  background-color: #E6E6E6;
  pointer-events: none;
}
::root {
  --page-max-width: 1500px;
}
html,
body {
  position: relative;
  margin: 0;
  padding: 0;
}
#main {
  padding-bottom: 73px;
}
#main #content {
  margin-left: 50px;
  min-height: 812px;
  background-color: #ECF0F1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all all 0.2s ease-out;
  -moz-transition: all all 0.2s ease-out;
  -o-transition: all all 0.2s ease-out;
  transition: all all 0.2s ease-out;
}
#main #content.open {
  margin-left: 200px;
}
#main #content .container {
  max-width: 1164px;
  width: 100%;
}
#main #content .container-fluid {
  max-width: var(--page-max-width);
}
#footer {
  position: relative;
  padding: 20px 0;
  height: 73px;
  background-color: #607d8b;
  color: white;
}
#footer a {
  color: white;
}
#header {
  z-index: 9005;
  position: sticky;
  top: 0;
}
#header ul.top-menu li a {
  height: 38px;
}
#header ul.top-menu li .md-icon {
  padding: 0 10px;
}
#header #menu-trigger {
  height: 45px;
}
#header #menu-trigger:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#header .auction-details {
  display: flex;
  align-items: center;
  max-width: 50%;
  margin-top: -6px;
}
#header .auction-details > .auction-details-img {
  position: relative;
  background-color: white;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .auction-details > .auction-details-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#header .auction-details > .auction-details-text {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .auction-details > .auction-details-text a {
  display: block;
  color: #ffffff;
}
#header .auction-details > .auction-details-text a.auction-details-name {
  text-transform: uppercase;
  font-size: 16px;
}
#header .auction-details > .auction-details-text a.auction-details-org {
  font-size: 16px;
}
#header .auction-details > .auction-details-more {
  position: relative;
  flex: 0 0 auto;
}
#header .auction-details > .auction-details-more .btn {
  color: #ffffff !important;
  font-size: 16px;
}
@media (max-width: 767px) {
  #header .auction-details {
    margin-top: 0;
  }
}
#header .top-menu > li {
  vertical-align: middle;
}
#header .top-menu > li a {
  min-width: 36px;
}
#header .top-menu > li.changelog:before {
  content: none !important;
}
#header .top-menu > li.changelog a {
  text-align: right;
  display: block;
  height: auto;
  color: #ffffff;
  position: relative;
  padding-right: 28px;
}
#header .top-menu > li.changelog a .HW_visible {
  position: absolute;
  top: -4px;
  right: 0;
}
#header .top-menu > li.user-identity:before {
  content: none !important;
}
#header .top-menu > li.user-identity a {
  text-align: right;
  display: block;
  height: auto;
  color: #ffffff;
}
#header .top-menu > li.user-identity a.user-identity-email {
  font-size: 0.8em;
}
#header .top-menu > li.support-link {
  text-align: center;
}
#header .top-menu > li.support-link a {
  color: #ffffff;
  font-size: 2em;
}
/**
 * Components
 */
table.audit-table td.audit-message {
  max-width: 450px;
  overflow-x: auto;
}
div.audit-messages .audit-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 8px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 8px;
}
div.audit-messages .audit-message:hover {
  background-color: #f0f0f0;
}
div.audit-messages .audit-message .audit-icon {
  font-size: 18px;
  padding: 0 10px 0 0;
}
div.audit-messages .audit-message .audit-body {
  font-size: 15px;
  flex-grow: 1;
}
div.audit-messages .audit-message .audit-body .audit-links {
  font-size: 11px;
  padding-top: 8px;
}
div.audit-messages .audit-message .audit-body .audit-links span {
  padding: 0 8px;
}
div.audit-messages div.audit-message-error {
  color: #ee0000;
}
div.audit-messages div.audit-message-error:hover {
  background-color: #ffcccc;
}
div.audit-messages div.audit-message-warning {
  color: #ff6a00;
}
div.audit-messages div.audit-message-warning:hover {
  background-color: #fde4d3;
}
div.audit-messages div.audit-message-message {
  color: #349546;
}
div.audit-messages div.audit-message-message:hover {
  background-color: #cafdd3;
}
div.audit-messages .audit-summary {
  display: flex;
  gap: 20px;
  align-items: center;
}
/* prevent action buttons from being selectable */
ul.actions > li > a {
  user-select: none;
  position: relative;
}
ul.actions > li > a > .zmdi {
  position: absolute;
  color: #FF5722;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-icon.btn-sm {
  width: 30px;
  height: 30px;
}
.btn-icon.btn-xs {
  width: 20px;
  height: 20px;
}
.btn-icon.btn-xs .md {
  font-size: 13px;
}
.btn-icon.btn-xs .zmdi {
  font-size: 13px;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-rounded {
  width: 44px;
  height: 44px;
  position: relative;
  float: left;
  font-size: 25px;
  margin-right: 0.4em;
  border-radius: 50%;
  z-index: 5;
}
.btn-rounded > .zmdi,
.btn-rounded > .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-rounded:hover {
  background-color: #f2f2f2;
}
div.dropdown button.btn-link i.zmdi {
  color: #F44336;
}
.waves-button:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 8px 8px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 8px 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 8px 8px 0;
}
/* make the primary buttons looks more like buttons? */
div.pmo-actions a.list-group-item-primary {
  border-radius: 8px;
  filter: drop-shadow(2px 2px 4px #444444);
  /* default background is #2196f3 */
  background-color: #2f81c1 !important;
}
.event-btn-rounded {
  padding: 12px 24px !important;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px 10px;
  float: right;
  transition: all 0.2s ease-in-out;
  color: white;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1142px) {
  .event-btn-rounded {
    padding: 10px 20px !important;
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  .event-btn-rounded {
    padding: 10px 10px !important;
    font-size: 12px;
    margin: 0px 5px;
  }
}
.event-btn-rounded:hover,
.event-btn-rounded:focus {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}
div.chooser .card-header {
  width: 100%;
}
div.chooser .card-header .title {
  font-size: 16px;
  padding-bottom: 1rem;
}
div.chooser .card-header .chooser-controls {
  display: flex;
  align-content: stretch;
  align-items: flex-end;
}
div.chooser .card-header .chooser-controls .method {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}
div.chooser .card-header .chooser-controls .sorting {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
div.chooser .card-header .chooser-controls .help {
  display: flex;
  align-self: center;
  height: 100%;
  font-size: 36px;
  padding: 0 0 0 2rem;
}
div.chooser .card-header .chooser-controls .help a {
  align-self: center;
  color: #666 !important;
}
div.chooser .card-header .chooser-controls .help a:visited {
  color: #666 !important;
}
div.chooser .card-header .chooser-controls select {
  height: 48px;
  font-size: 18px;
}
div.chooser .card-header .chooser-controls select option {
  font-size: 16px;
  line-height: 24px;
}
div.chooser .card-header .chooser-controls .selection {
  flex-grow: 1;
  padding: 12px 12px 0 0;
}
div.chooser .card-header .chooser-controls .selection select {
  text-align: center;
  border: 1px solid #ccc;
  padding: 12px;
}
div.chooser .card-header .chooser-controls .selection select option {
  text-align: left;
  padding: 8px;
}
div.chooser .method-config {
  font-size: 15px;
  background-color: #f0f0f0;
  padding: 20px 15px 8px 15px;
}
div.chooser .method-config p {
  font-size: 16px;
}
div.chooser .method-config input[type='checkbox'] {
  transform: scale(1.5);
  margin-right: 6px;
}
div.chooser .method-config input[type='text'] {
  font-size: 18px;
  padding: 4px 8px;
  border-radius: 4px;
}
div.chooser .method-config .list-inline label {
  padding-right: 12px;
  font-weight: normal;
}
#az-profile,
.card-profile {
  background: white;
  /*
    @media (min-width: @screen-xs-min) and (max-width: @screen-sm-max) {
        // ?? don't do side-by-side ... use the rules below
    }
    */
}
#az-profile:before,
.card-profile:before,
#az-profile:after,
.card-profile:after {
  content: " ";
  display: table;
}
#az-profile:after,
.card-profile:after {
  clear: both;
}
#az-profile > .card-header .help-block,
.card-profile > .card-header .help-block {
  position: absolute;
  top: 28px;
  right: 42px;
  z-index: 2;
  padding: 0;
  margin: 0;
}
#az-profile > .card-header .help-block a,
.card-profile > .card-header .help-block a {
  color: white;
}
#az-profile > .card-header .help-block a:hover,
.card-profile > .card-header .help-block a:hover,
#az-profile > .card-header .help-block a:focus,
.card-profile > .card-header .help-block a:focus {
  color: #7cdfff;
}
#az-profile > .card-header .actions.actions-white,
.card-profile > .card-header .actions.actions-white {
  top: 28px;
}
#az-profile > .card-header .actions.actions-white > li > a > *,
.card-profile > .card-header .actions.actions-white > li > a > * {
  color: white;
}
#az-profile > .card-header .actions li.icon-danger a:hover,
.card-profile > .card-header .actions li.icon-danger a:hover {
  color: white;
  background-color: red;
  border-radius: 50%;
}
#az-profile > .card-header .help-link,
.card-profile > .card-header .help-link {
  font-size: 20pt;
}
@media (max-width: 991px) {
  #az-profile > .card-header small,
  .card-profile > .card-header small {
    display: none;
  }
}
#az-profile .pm-container,
.card-profile .pm-container {
  display: flex;
  background: #fff;
}
#az-profile .pm-container .pm-overview-container,
.card-profile .pm-container .pm-overview-container {
  flex-shrink: 0;
  background: #f8f8f8;
  padding-top: 20px;
}
#az-profile .pm-container .pm-overview-container .pm-overview,
.card-profile .pm-container .pm-overview-container .pm-overview {
  overflow: visible;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  #az-profile .pm-container .pm-overview-container .pm-overview,
  .card-profile .pm-container .pm-overview-container .pm-overview {
    padding: 0 0 180px 0;
  }
  #az-profile .pm-container .pm-overview-container .pm-overview.pm-fixed,
  .card-profile .pm-container .pm-overview-container .pm-overview.pm-fixed {
    position: fixed;
    top: 80px;
  }
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic {
  margin: 0;
  user-select: none;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container {
  position: relative;
  background-color: white;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img.svg,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img.svg {
  object-position: bottom;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img.padded,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img.padded {
  padding: 10px 15px 0 15px;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat {
  font-size: 1.4em;
  padding: 1em 0.5em;
  background: #607D8B;
  color: white;
  text-align: center;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat a,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat a,
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat a:visited,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat a:visited {
  color: white;
  border-bottom: 1px dashed white;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat .pmo-stat-sm,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic .pmo-stat .pmo-stat-sm {
  font-size: 0.75em;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block {
  margin: 0;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block > h2,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block > h2 {
  font-size: 15px;
  margin: 8px 0 8px 0px;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item {
  line-height: 1;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item a,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item a {
  color: #555555;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item .btn,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item .btn {
  text-transform: none;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item .dropdown-toggle > span,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item .dropdown-toggle > span {
  line-height: 1;
  vertical-align: text-bottom;
  display: inline;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger {
  color: white;
  background-color: #f44336;
  border-color: #f44336;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger span,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger span {
  color: white;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger:hover,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger:hover,
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger:focus,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-danger:focus {
  background-color: #ea1c0d;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary {
  color: white;
  background-color: #2196f3;
  border-color: #2196f3;
  font-size: 1.25em;
  display: block;
  text-align: left;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary .zmdi,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary .zmdi {
  margin-top: 0;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary:hover,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary:hover,
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary:focus,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item.list-group-item-primary:focus {
  background-color: #0c7cd5;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item > *,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item > * {
  vertical-align: middle;
  display: inline;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item > .zmdi,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item > .zmdi,
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item > .fa,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions .list-group-item > .fa {
  font-size: 1.1em;
  vertical-align: text-bottom;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block .pmo-info,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block .pmo-info {
  color: white;
  padding: 2px 8px;
  margin-bottom: 16px;
}
#az-profile .pm-container .pm-overview-container .pm-overview .pmo-block .pmo-info h2,
.card-profile .pm-container .pm-overview-container .pm-overview .pmo-block .pmo-info h2 {
  font-size: 14pt;
  color: white;
}
#az-profile .pm-container .pm-body,
.card-profile .pm-container .pm-body {
  background-color: #fff;
  margin: 0 0;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #az-profile .pm-container .pm-body,
  .card-profile .pm-container .pm-body {
    margin: 0 20px;
  }
}
#az-profile .pm-container .pm-body .tab-content,
.card-profile .pm-container .pm-body .tab-content {
  padding: 0;
}
#az-profile .pm-container .pm-body .dropdown-menu,
.card-profile .pm-container .pm-body .dropdown-menu {
  margin: 0;
  padding: 0;
}
#az-profile .pm-container .pm-body .dropdown-menu > li > a,
.card-profile .pm-container .pm-body .dropdown-menu > li > a {
  padding: 12px;
}
#az-profile .pm-container .pm-body .table tr > td,
.card-profile .pm-container .pm-body .table tr > td,
#az-profile .pm-container .pm-body .table th > td,
.card-profile .pm-container .pm-body .table th > td {
  vertical-align: middle;
}
#az-profile .pm-container .pm-body .btn,
.card-profile .pm-container .pm-body .btn {
  text-transform: none;
}
#az-profile .pm-container .pm-body .btn .text,
.card-profile .pm-container .pm-body .btn .text {
  margin-left: 5px;
}
#az-profile .pm-container .pm-body .table > tfoot > tr > td,
.card-profile .pm-container .pm-body .table > tfoot > tr > td {
  background-color: #e0e0e0;
  font-weight: bold;
}
#az-profile .pm-container .pm-body .pmb-block,
.card-profile .pm-container .pm-body .pmb-block {
  margin: 20px 0;
}
#az-profile .pm-container .pm-body .pmb-block .card,
.card-profile .pm-container .pm-body .pmb-block .card {
  margin-bottom: 15px;
}
#az-profile .pm-container .pm-body .pmb-block .card .card-header .btn,
.card-profile .pm-container .pm-body .pmb-block .card .card-header .btn {
  z-index: 100;
}
#az-profile .pm-container .pm-body .pmb-block .card .card-header .block-header-view,
.card-profile .pm-container .pm-body .pmb-block .card .card-header .block-header-view {
  display: inline-block;
}
#az-profile .pm-container .pm-body .pmb-block .card .card-header .block-header-edit,
.card-profile .pm-container .pm-body .pmb-block .card .card-header .block-header-edit {
  display: none;
}
#az-profile .pm-container .pm-body .pmb-block .card .card-header a,
.card-profile .pm-container .pm-body .pmb-block .card .card-header a {
  color: #000000;
}
#az-profile .pm-container .pm-body .pmb-block .pmbb-edit,
.card-profile .pm-container .pm-body .pmb-block .pmbb-edit {
  position: relative;
  z-index: 1;
  display: none;
}
#az-profile .pm-container .pm-body .pmb-block .pmbb-edit,
.card-profile .pm-container .pm-body .pmb-block .pmbb-edit,
#az-profile .pm-container .pm-body .pmb-block .pmbb-view,
.card-profile .pm-container .pm-body .pmb-block .pmbb-view {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#az-profile .pm-container .pm-body .pmb-block.toggled .card .card-header .block-header-view,
.card-profile .pm-container .pm-body .pmb-block.toggled .card .card-header .block-header-view {
  display: none;
}
#az-profile .pm-container .pm-body .pmb-block.toggled .card .card-header .block-header-edit,
.card-profile .pm-container .pm-body .pmb-block.toggled .card .card-header .block-header-edit {
  display: inline-block;
}
#az-profile .pm-container .pm-body .pmb-block.toggled .pmbb-edit,
.card-profile .pm-container .pm-body .pmb-block.toggled .pmbb-edit {
  display: block;
}
#az-profile .pm-container .pm-body .pmb-block.toggled .pmbb-view,
.card-profile .pm-container .pm-body .pmb-block.toggled .pmbb-view {
  display: none;
}
#az-profile .pm-container .pm-body .pmb-block.expandable-block .card-header,
.card-profile .pm-container .pm-body .pmb-block.expandable-block .card-header {
  cursor: pointer;
}
#az-profile .pm-container .pm-body .pmb-block.expandable-block.toggled .card-header,
.card-profile .pm-container .pm-body .pmb-block.expandable-block.toggled .card-header {
  cursor: initial;
}
#az-profile .pm-container .pm-body .pmb-block.expandable-block.toggled .collapse-button,
.card-profile .pm-container .pm-body .pmb-block.expandable-block.toggled .collapse-button {
  display: none;
}
#az-profile .pm-container .pm-body .pmb-block.pmb-warning-block .card-header,
.card-profile .pm-container .pm-body .pmb-block.pmb-warning-block .card-header {
  background-color: #F44336;
}
#az-profile .pm-container .pm-body .pmb-block.pmb-warning-block .card-header h2,
.card-profile .pm-container .pm-body .pmb-block.pmb-warning-block .card-header h2 {
  color: white;
}
#az-profile .pm-container .pm-body .align-middle > *,
.card-profile .pm-container .pm-body .align-middle > * {
  vertical-align: middle;
  display: inline-block;
}
#az-profile .pm-container .pm-body .align-middle > * .zmdi,
.card-profile .pm-container .pm-body .align-middle > * .zmdi {
  vertical-align: middle;
}
#az-profile .pm-container .pm-body .lightbox .lightbox-item,
.card-profile .pm-container .pm-body .lightbox .lightbox-item {
  overflow: hidden;
}
#az-profile .pm-container .pm-body .lightbox .lightbox-item > img,
.card-profile .pm-container .pm-body .lightbox .lightbox-item > img {
  max-width: 100%;
  max-height: 260px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
#az-profile .pm-container .pm-body .dim,
.card-profile .pm-container .pm-body .dim {
  opacity: 0.5;
}
#az-profile .pm-container .pm-body.pm-body-full-width,
.card-profile .pm-container .pm-body.pm-body-full-width {
  width: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  #az-profile .pm-overview-container,
  .card-profile .pm-overview-container {
    position: relative;
    width: 300px;
  }
  #az-profile .pm-overview-container .pm-overview,
  .card-profile .pm-overview-container .pm-overview {
    width: 300px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-pic,
  .card-profile .pm-overview-container .pm-overview .pmo-pic {
    padding: 0 20px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container,
  .card-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container {
    height: 260px;
    width: 260px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img,
  .card-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img {
    max-height: 260px;
    max-width: 260px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-block,
  .card-profile .pm-overview-container .pm-overview .pmo-block {
    padding: 0 20px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-block.pmo-info,
  .card-profile .pm-overview-container .pm-overview .pmo-block.pmo-info {
    padding: 20px;
  }
  #az-profile .pm-body,
  .card-profile .pm-body {
    width: calc(100% - 300px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #az-profile .pm-overview-container,
  .card-profile .pm-overview-container {
    position: relative;
    width: 280px;
  }
  #az-profile .pm-overview-container .pm-overview,
  .card-profile .pm-overview-container .pm-overview {
    width: 280px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-pic,
  .card-profile .pm-overview-container .pm-overview .pmo-pic {
    padding: 0 20px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container,
  .card-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container {
    height: 240px;
    width: 240px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img,
  .card-profile .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img {
    max-height: 240px;
    max-width: 240px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-block,
  .card-profile .pm-overview-container .pm-overview .pmo-block {
    padding: 0 20px;
  }
  #az-profile .pm-overview-container .pm-overview .pmo-block.pmo-info,
  .card-profile .pm-overview-container .pm-overview .pmo-block.pmo-info {
    padding: 20px;
  }
  #az-profile .pm-body,
  .card-profile .pm-body {
    width: calc(100% - 280px);
  }
}
@media (max-width: 991px) {
  #az-profile .pm-container,
  .card-profile .pm-container {
    flex-direction: column;
  }
  #az-profile .pm-container .pm-overview-container,
  .card-profile .pm-container .pm-overview-container {
    width: 100%;
  }
  #az-profile .pm-container .pm-overview-container .pm-overview,
  .card-profile .pm-container .pm-overview-container .pm-overview {
    text-align: center;
  }
  #az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic,
  .card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic {
    margin: 0 0 10px 0;
    padding: 15px;
  }
  #az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container,
  .card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container {
    margin: auto;
    height: 220px;
    width: 220px;
  }
  #az-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img,
  .card-profile .pm-container .pm-overview-container .pm-overview .pmo-pic > .pmo-pic-container > img {
    max-height: 220px;
    max-width: 220px;
  }
  #az-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions,
  .card-profile .pm-container .pm-overview-container .pm-overview .pmo-block.pmo-actions {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #az-profile .pm-container .pm-body,
  .card-profile .pm-container .pm-body {
    width: 100%;
  }
}
@media (max-width: 992px - 1) {
  .standard-page .pm-body-with-sidebar .standard-page-tabs {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .standard-page .pm-body-with-sidebar .standard-page-tabs {
    margin: 0 -20px;
  }
}
.standard-page .pm-body-full-width .pm-tab-content {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .pm-body ul.tab-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .pm-body ul.tab-nav li {
    display: block;
    width: auto;
  }
}
div.card.card-low-profile div.card-header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.card-header-sticky {
  position: absolute !important;
  width: 100%;
  top: 43px;
  z-index: 2;
}
div.actions {
  user-select: none;
}
.editable {
  display: inline-block;
}
.editable .editable-color-picker {
  min-width: 50px;
}
.editable-font-picker-editor > * {
  display: inline-block;
  margin-right: 5px;
  min-width: 50px;
}
.editable-font-picker-editor .fg-line {
  width: auto;
}
.editable-font-picker-editor .editable-family select {
  min-width: 50px;
}
.editable-font-picker-editor .editable-size input {
  width: 50px;
}
.editable-container.popover {
  padding-top: 10px;
}
.schema_details {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  clear: both;
  width: 100%;
}
.schema_details * .schema_fields ol {
  list-style: none;
}
.schema_details * .schema_fields ol > li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: .4em;
}
.schema_section {
  margin-bottom: 12px;
}
.schema_subtitle {
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  background: #e0e0e0;
  padding: 4px 4px 4px 16px;
  margin: .6em 0 .2em 0;
}
.schema_info {
  width: 100%;
  font-style: italic;
  padding: 4px 4px 4px 16px;
  margin: .6em 0 .2em 0;
  color: gray;
  background-color: #DADFF7;
}
.schema_property_row {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding: 2px 0px 2px 0px;
}
.schema_label {
  float: left;
  font-size: 0.9em;
  margin-right: 1em;
  text-align: left;
  font-style: italic;
  color: #707070;
  vertical-align: middle;
  width: 10em;
}
div.schema_medium .schema_label {
  width: 16em;
}
div.schema_wide .schema_label {
  width: 24em;
}
.schema_property {
  float: left;
  max-width: 500px;
}
.schema_edit_icon {
  float: left;
  padding-right: 8px;
  cursor: pointer;
}
.schema_value {
  left: 0em;
  top: 0em;
  min-width: 200px;
  min-height: 28px;
  width: 100%;
  clear: none;
}
.schema_description {
  margin-top: .4em;
  color: #989898;
  font-size: 90%;
}
.schema_editor {
  width: 100%;
}
.schema_editor input[type='text'] {
  width: 240px;
}
.schema_editor input.az_datepicker {
  width: 220px;
}
.schema_editor input.az_timepicker {
  width: 80px;
}
.schema_editor textarea {
  width: 520px;
  height: 200px;
}
.schema_saving {
  width: 100%;
  margin-top: .7em;
  font-style: italic;
  color: #707070;
}
.schema_error {
  width: 500px;
  font-weight: bold;
  color: #c00000;
  border: 2px dashed #800000;
  padding: 0 4px 0 4px;
}
.submitting {
  background: red;
  border: 4px solid green;
}
.save_icon {
  margin-right: 8px;
}
.cancel_icon {
  margin-right: 8px;
}
.invisible-editable {
  border-bottom: none !important;
}
.invisible-editable:hover {
  border-color: none !important;
  color: #303030 !important;
}
div.editable_fullwidth .editable-container.editable-inline,
div.editable_fullwidth .editable-container.editable-inline .control-group.form-group .editable-input,
div.editable_fullwidth .editable-container.editable-inline .control-group.form-group .editable-input textarea,
div.editable_fullwidth .editable-container.editable-inline .control-group.form-group .editable-input select,
div.editable_fullwidth .editable-container.editable-inline .control-group.form-group .editable-input input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  width: 100%;
}
div.editable_fullwidth .editable-container.editable-inline .control-group.form-group {
  width: 95%;
}
/* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... *
 * *** Info Cards : http://bootsnipp.com/snippets/featured/information-card
 * ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
.info-card-animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.info-card {
  width: 100%;
  border: 1px solid #d7d7d7;
  position: relative;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #009688;
  background-image: url('../Images/Headers/card-1.png');
  background-size: cover;
}
.info-card > img {
  width: 100px;
  margin-bottom: 60px;
}
.info-card .info-card-front {
  width: 100%;
  height: 220px;
  text-align: center;
}
.info-card .info-card-front h1 {
  color: #f0f0f0;
  background-color: rgba(40, 40, 40, 0.8);
  font-size: 24px;
  padding: 12px 0;
}
.info-card .info-card-details,
.info-card .info-card-header {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0 15px;
  background: #ffffff;
  text-align: center;
}
.info-card .info-card-details .info-card-header {
  height: auto;
  bottom: 100%;
  padding: 10px 5px;
  /* background-color:rgb(119, 90, 50);
            color: #e0e0e0;
                */
}
.info-card .info-card-details .info-card-header h1 {
  color: #282828;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
}
.info-card .info-card-details .info-card-header h3 {
  color: #8eb634;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
}
.info-card .az-fa-icon i.fa {
  width: 72px;
  height: 72px;
  line-height: 72px;
  color: #fff;
  background-color: #1572B7;
  font-size: 2em;
  border-radius: 50%;
  margin-top: 16px;
}
.info-card .az-fa-icon .fa:hover,
.info-card .az-fa-icon .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.info-card .info-card-details::-webkit-scrollbar {
  width: 8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
  width: 8px;
  height: 0px;
}
.info-card .info-card-details::-webkit-scrollbar-track {
  background: transparent;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}
.info-card.info-card-activated .info-card-details::-webkit-scrollbar-thumb {
  background: #828282;
}
.info-card.info-card-activated .info-card-details {
  bottom: 0px;
  overflow: auto;
  padding-bottom: 25px;
}
.info-card.info-card-activated .info-card-details .info-card-header {
  position: relative;
  bottom: 0px;
  padding-top: 30px;
  padding-bottom: 25px;
}
div.card-body.c-white a {
  color: #f0f0f0;
  font-weight: bold;
  text-decoration: underline dotted white;
}
/* need to force the gallery down when the header is shown */
div.lg {
  margin-top: 60px;
}
.mini-card {
  position: relative;
  will-change: transform;
  margin: 8px;
  border-radius: 2px;
  overflow: hidden !important;
  height: 100%;
  min-height: 80px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.mini-card:hover {
  cursor: pointer;
}
.mini-card .mini-card-lhs {
  position: relative;
  float: left;
  width: 68px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.mini-card .mini-card-lhs .mini-card-icon {
  height: 100%;
  width: 100%;
  color: #ffffff;
  font-size: 2.7em;
  padding-top: 4px;
}
.mini-card .mini-card-status {
  position: absolute;
  bottom: 0;
  width: 68px;
  max-height: 50px;
  text-align: center;
  border-radius: 1px 0 0 1px;
  color: white;
  font-size: 1.4em;
  padding: 3px;
}
.mini-card .mini-card-status .status-sm {
  font-size: 0.8em;
}
.mini-card .mini-card-body {
  padding-left: 80px;
  padding-top: 12px;
  width: 100%;
  height: 100%;
}
.mini-card .mini-card-title {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-card .mini-card-title.smaller {
  font-size: 19px;
}
.mini-card .mini-card-subtitle {
  color: #ffffff;
  font-size: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-card .mini-card-subsubtitle {
  color: #ffffff;
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-card .mini-card-text {
  user-select: none;
  font-size: 14px;
  display: block;
  left: 0;
  right: 0;
  top: 100px;
  padding: 16px;
  margin: 0;
  line-height: 1.6;
  position: absolute;
  color: #000;
  overflow: hidden;
  transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.1s;
}
.mini-card .mini-card-action-bar {
  float: right;
  padding: 0 8px;
}
.mini-card .mini-card-action-bar button {
  width: 36px;
  height: 36px;
  font-size: 18px;
  position: relative;
  margin-left: 0.4em;
  border-radius: 50%;
}
.mini-card .mini-card-action-bar button > .zmdi,
.mini-card .mini-card-action-bar button > .fa,
.mini-card .mini-card-action-bar button > .auctria-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mini-card .mini-card-action-bar button:hover {
  background-color: #f2f2f2;
}
.mini-card .mini-card-right {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
/* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
.mini-card.bgm-bluegray {
  background-color: #607d8b;
}
.mini-card.bgm-bluegray .mini-card-lhs {
  background-color: #9e9e9e;
}
.mini-card.bgm-green {
  background-color: #4CAF50;
}
.mini-card.bgm-green .mini-card-lhs {
  background-color: #009688;
}
.mini-card.bgm-indigo {
  background-color: #3f51b5;
}
.mini-card.bgm-indigo .mini-card-lhs {
  background-color: #673ab7;
}
.mini-card.bgm-lightgreen {
  background-color: #8bc34a;
}
.mini-card.bgm-lightgreen .mini-card-lhs {
  background-color: #4caf50;
}
.mini-card.bgm-orange {
  background-color: #ff9800;
}
.mini-card.bgm-orange .mini-card-lhs {
  background-color: #ff5722;
}
.mini-card.bgm-deeppurple {
  background-color: #673ab7;
}
.mini-card.bgm-deeppurple .mini-card-lhs {
  background-color: #9c27b0;
}
.mini-card.bgm-teal {
  background-color: #009688;
}
.mini-card.bgm-teal .mini-card-lhs {
  background-color: #4caf50;
}
.mini-card.bgm-brown {
  background-color: #795548;
}
.mini-card.bgm-brown .mini-card-lhs {
  background-color: #5D4037;
}
.nav-intro {
  font-size: 17px;
  line-height: 26px;
}
.nav-grid .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px 0px;
}
.nav-grid .card-cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.nav-grid .card-cell .card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #ccc;
}
.nav-grid .card-cell .card img.svg {
  /* SVG images have padding added since they typically have no border .. see below */
  padding: 16px 16px 0px 16px;
}
.nav-grid .card-cell .card .helptext {
  font-size: 16px;
  line-height: 24px;
  flex-grow: 1;
}
.sm-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
}
.sm-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.sm-pagination li.active {
  background-color: #607D8B;
}
.sm-pagination li.active a {
  color: white;
}
.sm-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.sm-pagination li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.sm-pagination li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
  border-right: none;
}
.sm-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.sm-pagination a,
.sm-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .5em .5em;
  font-size: 1.1rem;
  float: left;
  border-radius: 0;
  border: none;
}
.sm-pagination a {
  border-radius: 0.25em;
}
.sm-pagination a:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.sm-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.sm-pagination a.disabled::before,
.sm-pagination a.disabled::after {
  opacity: .4;
}
.sm-pagination .current {
  /* selected number */
  background-color: #64a281;
  border-color: #64a281;
  color: #ffffff;
  pointer-events: none;
}
.no-touch .sm-pagination a:hover {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .sm-pagination li {
    display: inline-block;
  }
}
/*
 * Generic menu widget
 */
.az-widget-menu {
  background-color: #fff;
}
.az-widget-menu .dash-widget-header > img {
  width: 100%;
  height: 155px;
}
.az-widget-menu .dash-widget-header .dash-widget-title {
  padding-bottom: 30px;
  top: 0;
  color: #fff;
}
.az-widget-menu .dash-widget-header .main-item {
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(64, 64, 64, 0.5);
}
.az-widget-menu .dash-widget-header .main-item > h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 5px 0 0 0;
  line-height: 100%;
  color: #fff;
}
.az-widget-menu .az-fa-icon {
  text-align: center;
}
.az-widget-menu .az-fa-icon i.fa {
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #1572B7;
  font-size: 2em;
  border-radius: 50%;
}
.az-widget-menu .az-fa-icon .fa:hover,
.az-widget-menu .az-fa-icon .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
div.az-widget-container {
  margin-top: 8px;
  margin-bottom: 32px;
}
div.az-widget-dark ul.az-widget-actions > li > a > i {
  color: white;
}
.az-widget-fieldlabel {
  height: 100%;
  width: 100%;
}
.az-widget-fieldlabel .mini-charts-item {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
.az-widget-fieldlabel .mini-charts-item .count {
  position: absolute;
  top: 50%;
  padding: 0;
  left: 15px;
  margin-top: -22px;
}
.tpl-widget-style-minichart .az-widget-actions {
  position: absolute;
  top: 5px;
  right: 5px;
}
.az-dash-card {
  color: rgba(255, 255, 255, 0.9);
}
.az-dash-card .dash-widget-header {
  padding-bottom: 38px;
  background-color: rgba(0, 0, 0, 0.13);
}
.az-dash-card .dash-widget-title {
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.9);
}
.az-dash-card h3 {
  color: rgba(255, 255, 255, 0.9);
}
.az-dash-card .az-dash-alert {
  background-color: #f44336;
  margin-bottom: 20px;
  padding: 20px 7px 19px;
  position: relative;
}
.az-dash-card .az-dash-alert h2 {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 7px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.mini-charts-counter .mini-charts-item:before {
  width: 25%;
}
.mini-charts-counter .mini-charts-item:hover:before {
  width: 100%;
}
.mini-charts-counter .mini-charts-item .count {
  margin-left: 25%;
}
.mini-card-link {
  font-size: 11pt;
  color: white;
  border-bottom: 2px dotted white;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-card-link:hover {
  color: #eee;
  border-bottom: 2px dotted red;
}
.mini-card-link-invisible {
  font-size: 11pt;
  color: white;
  border-bottom: 2px dotted rgba(0, 0, 0, 0);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wide-card {
  display: flex;
  padding: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  border-radius: 2px;
  border: 1px solid #404040;
}
.wide-card .card-body {
  padding-left: 16px;
}
/* 20220920 ** this is used to ensure cards in the dashboard show a border on all sides */
div.card.grid-stack-item-content {
  border: 1px solid #eee;
}
/* new dashboard help widget */
.az-widget-help {
  height: 100%;
  color: #fff;
  background-color: #2196f3 !important;
  border-radius: 8px;
  padding: 8px 0 0 10px;
  overflow: hidden;
}
.az-widget-help .help-title {
  font-size: 12px;
  color: white;
}
.az-widget-help .body-info {
  padding: 0 !important;
}
.az-widget-help .body-resource-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* Creates 2 equal-width columns */
  column-gap: 15px;
  row-gap: 5px;
  font-size: 14px;
}
.modal {
  z-index: 9001;
}
.modal .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-content .blockUI {
  background-color: transparent;
  padding: 20px;
  font-size: 1.2em;
}
.modal .modal-body-scroll {
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .modal-body-scroll az-bidder-activity {
  display: block;
  margin: 0 -20px;
}
.modal iframe {
  border: 1px solid #e0e0e0;
  height: 720px;
  width: 100%;
  display: block;
}
.modal-backdrop {
  z-index: 9000;
}
.modal-dialog,
#filepicker_dialog_container {
  margin-top: 85px !important;
}
div.az-dlg-warning {
  font-size: 1.3em;
  color: #F44336;
}
.modal-very-lg {
  width: 1100px;
}
/* 
    Handle styling for reports 

    The report component is contained under a div.az-report-container and always renders the blue header unless it is turned off
*/
div.az-report-container .btn {
  text-transform: none;
}
div.az-report-container [az-report-header] {
  /* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
  /* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
  /* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
  /* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
  /* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
  /*
        .report-header-overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
        }
        */
}
div.az-report-container [az-report-header] .report-header-top {
  display: flex;
  justify-content: space-between;
}
div.az-report-container [az-report-header] .report-header-top .report-header-left {
  flex-grow: 1;
  display: flex;
  gap: 10px;
}
div.az-report-container [az-report-header] .report-header-top .report-header-left .report-image {
  align-self: center;
}
div.az-report-container [az-report-header] .report-header-top .report-header-left .report-image img {
  width: 65px;
}
div.az-report-container [az-report-header] .report-header-top .report-header-left h2 {
  font-size: 1.4em;
  align-self: center;
}
div.az-report-container [az-report-header] .report-header-top .report-header-right {
  justify-self: flex-end;
}
div.az-report-container [az-report-header] .report-label {
  color: #fff;
  font-size: 1.2em;
  padding: 0 20px;
}
div.az-report-container [az-report-header] ul.report-bar {
  display: flex;
  float: right;
  list-style: none;
}
div.az-report-container [az-report-header] ul.report-bar > li {
  padding: 0 5px;
  text-align: center;
}
div.az-report-container [az-report-header] ul.report-bar > li > a {
  display: flex;
  flex-direction: column;
  user-select: none;
  position: relative;
  gap: 5px;
}
div.az-report-container [az-report-header] ul.report-bar > li > a > .zmdi {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.az-report-container [az-report-header] ul.report-bar > li > a .toolbar-icon {
  display: inline-block;
  color: white;
  font-size: 22px;
}
div.az-report-container [az-report-header] ul.report-bar > li > a .toolbar-icon i {
  width: 34px;
  height: 34px;
  padding-top: 6px;
  border-radius: 50%;
}
div.az-report-container [az-report-header] ul.report-bar > li > a .toolbar-icon:hover {
  color: #f5d7d7;
}
div.az-report-container [az-report-header] ul.report-bar > li > a .toolbar-icon.active {
  background-color: #74bcfb;
}
div.az-report-container [az-report-header] ul.report-bar > li > a .toolbar-label {
  color: white;
  font-size: 12px;
}
div.az-report-container [az-report-header] ul.report-bar > li div.dropdown-menu {
  font-size: 14px;
}
div.az-report-container [az-report-header] .actions > li > a > .md {
  color: white;
}
div.az-report-container [az-report-header] .actions > li > a > .zmdi {
  color: white;
}
div.az-report-container [az-report-header] .actions > li.search-icon.active,
div.az-report-container [az-report-header] .actions > li.tags-icon.active,
div.az-report-container [az-report-header] .actions > li.filter-icon.active {
  position: relative;
}
div.az-report-container [az-report-header] .actions > li.search-icon.active:after,
div.az-report-container [az-report-header] .actions > li.tags-icon.active:after,
div.az-report-container [az-report-header] .actions > li.filter-icon.active:after {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 12px;
  content: "\f1f1";
  position: absolute;
  top: -4px;
  right: 0;
  color: white;
}
div.az-report-container [az-report-header] .report-block {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #86c5f7;
  color: white;
}
div.az-report-container [az-report-header] [az-report-search-container] {
  grid-template-columns: 25% 50% 25%;
  align-items: center;
  text-align: center;
}
div.az-report-container [az-report-header] [az-report-search-container] [az-report-search-field] {
  width: 100%;
  display: inline-block;
  position: relative;
}
div.az-report-container [az-report-header] [az-report-search-container] [az-report-search-field] input[type="text"] {
  border: 0;
  height: 40px;
  padding: 0 40px 0;
  font-size: 18px;
  margin: 12px 0;
  width: 100%;
  border-radius: 2px;
  color: rgba(51, 51, 51, 0.69);
  background-color: white;
  background-image: url("/Content/material.v2/img/icons/search-2.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
div.az-report-container [az-report-header] [az-report-search-container] [az-report-search-field] .zmdi {
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 24px;
  cursor: pointer;
  opacity: 0.5;
}
div.az-report-container [az-report-header] [az-report-search-container] [az-report-search-field] .zmdi:hover {
  opacity: 1;
}
div.az-report-container [az-report-header].search-mode [az-report-search-container] {
  display: grid;
}
div.az-report-container [az-report-header].search-mode .search-toggle i {
  background-color: #74bcfb;
}
div.az-report-container [az-report-header] [az-report-filter-container] {
  grid-template-columns: 25% 50% 25%;
  align-items: center;
  text-align: center;
}
div.az-report-container [az-report-header] [az-report-filter-container] [az-report-filter-field] {
  width: 100%;
  display: inline-block;
  position: relative;
}
div.az-report-container [az-report-header] [az-report-filter-container] [az-report-filter-field] input[type="text"] {
  border: 0;
  height: 40px;
  padding: 0 40px 0;
  font-size: 18px;
  margin: 12px 0;
  width: 100%;
  border-radius: 2px;
  color: rgba(51, 51, 51, 0.69);
  background-color: white;
  background-image: url("/Content/material.v2/img/icons/filter-2.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
div.az-report-container [az-report-header] [az-report-filter-container] [az-report-filter-field] .zmdi {
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 24px;
  cursor: pointer;
  opacity: 0.5;
}
div.az-report-container [az-report-header] [az-report-filter-container] [az-report-filter-field] .zmdi:hover {
  opacity: 1;
}
div.az-report-container [az-report-header].filter-mode [az-report-filter-container] {
  display: grid;
}
div.az-report-container [az-report-header].filter-mode .filter-toggle i {
  background-color: #74bcfb;
}
div.az-report-container [az-report-header] [az-report-tags-container] {
  grid-template-columns: 25% 50% 25%;
  align-items: center;
  text-align: center;
}
div.az-report-container [az-report-header] [az-report-tags-container] .tag-editor {
  width: 100%;
}
div.az-report-container [az-report-header] [az-report-tags-container] .tag-editor .select2-container {
  width: 100%;
  display: block;
  position: relative;
}
div.az-report-container [az-report-header] [az-report-tags-container] .checkbox {
  color: white;
  margin: 0 0 0 5px;
}
div.az-report-container [az-report-header] [az-report-tags-container] .checkbox label {
  padding-left: 25px;
  font-weight: normal;
}
div.az-report-container [az-report-header] [az-report-tags-container] .checkbox .input-helper:before {
  border-color: white;
}
div.az-report-container [az-report-header] [az-report-tags-container] .checkbox .input-helper:after {
  border-color: white;
}
div.az-report-container [az-report-header].tags-mode [az-report-tags-container] {
  display: grid;
}
div.az-report-container [az-report-header].tags-mode .tags-toggle i {
  background-color: #74bcfb;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit {
  display: grid;
  grid-template-rows: 20px auto;
  column-gap: 10px;
  row-gap: 5px;
  width: 100%;
  align-items: center;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input {
  display: block;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input.input-group {
  display: flex;
  align-items: center;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input.input-group > * {
  flex: 1 1 auto;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input.input-group > .input-group-addon {
  flex: 0 0 auto;
  color: white;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input.checkbox {
  width: 26px;
  background-color: white;
  padding: 4px 2px 0px 4px;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input.form-control {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #E0E0E0;
  padding: 6px 4px;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input select.form-control {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-massedit-inputs .az-massedit-input .radio-inline {
  padding-left: 20px;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit select {
  color: black;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-datetimepicker select {
  font-size: 12px;
  padding: 3px;
  margin-right: 4px;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-datetimepicker .btn {
  color: white;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .az-datetimepicker .btn-default {
  color: black;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit .edit-controls {
  display: flex;
  justify-self: flex-end;
  gap: 15px;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit.field-edit {
  grid-template-columns: 30fr 60fr 10fr;
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit.tags-edit {
  margin-top: 20px;
  grid-template-columns: 30fr 70fr;
  /* force tags to show black */
}
div.az-report-container [az-report-header] [az-edit-container] div.mass-edit.tags-edit az-tag-editor li {
  color: black;
}
div.az-report-container [az-report-header].edit-mode [az-edit-container] {
  display: block;
}
div.az-report-container [az-report-header].edit-mode .edit-toggle i {
  background-color: #74bcfb;
}
div.az-report-container [az-report-header] [az-report-header-options] .dropdown-menu {
  width: 250px;
}
div.az-report-container [az-report-header] .action-show .dropdown-menu > div {
  margin: 0;
  padding: 0;
}
div.az-report-container [az-report-header] .action-show .dropdown-menu > div:not([class='divider']) {
  padding: 8px 10px;
}
div.az-report-container [az-report-header] .action-show .dropdown-menu a,
div.az-report-container [az-report-header] .action-show .dropdown-menu label {
  color: #4C4C4C;
  font-weight: normal;
  margin: 0;
}
div.az-report-container [az-report-header] .action-show .dropdown-menu a:hover,
div.az-report-container [az-report-header] .action-show .dropdown-menu label:hover,
div.az-report-container [az-report-header] .action-show .dropdown-menu a:focus,
div.az-report-container [az-report-header] .action-show .dropdown-menu label:focus {
  font-weight: bold;
}
div.az-report-container [az-report-modal-columns] .modal-body-content {
  max-height: 500px;
  overflow-y: auto;
}
div.az-report-container [az-report-modal-columns] [az-report-modal-columns-search-clear] {
  position: absolute;
  top: 4px;
  right: -2px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  padding: 8px;
  margin: 0;
  opacity: 0.7;
  display: none;
}
div.az-report-container [az-report-modal-columns] [az-report-modal-columns-search-clear]:hover {
  opacity: 1;
}
div.az-report-container [az-report-controls] {
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
div.az-report-container [az-report-controls]:first-child {
  border-top: 0 none;
}
div.az-report-container [az-report-controls] [az-report-option-toggle] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}
div.az-report-container [az-report-controls] [az-report-option-toggle]:hover {
  opacity: 1;
}
div.az-report-container [az-report-footer] {
  background-color: #f7f7f7;
}
div.az-report-container [az-report-footer] select.form-control {
  padding: 0 5px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  width: 100px;
}
div.az-report-container [data-az-role='actions'] .md,
div.az-report-container [data-az-role='actions'] .zmdi {
  vertical-align: middle;
  margin-top: -1px;
}
div.az-report-container .table-responsive {
  overflow: initial;
}
div.az-report-container .az-dt-grid thead {
  font-size: 0.9em;
}
div.az-report-container .az-dt-grid thead th {
  border-right: 2px solid #a0a0a0;
}
div.az-report-container .az-dt-grid tbody {
  font-size: 0.85em;
}
div.az-report-container .search-warning,
div.az-report-container .filter-warning {
  text-align: center;
  background-color: #E91E63;
  color: white;
  font-size: 1.4em;
  display: none;
}
div.az-report-container .search-warning b,
div.az-report-container .filter-warning b {
  font-size: 0.9em;
  font-family: "Courier New", Courier, monospace;
}
div.az-report-container .search-warning a,
div.az-report-container .filter-warning a {
  font-size: .7em;
  color: white;
  text-decoration: underline;
}
div.az-report-container .search-warning.active,
div.az-report-container .filter-warning.active {
  display: block;
}
.table-import > thead > tr > th {
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  text-transform: none;
  min-width: 200px;
}
.table-import > thead > tr > th .form-control {
  height: auto;
}
.table-import > tbody > tr > td {
  min-width: 200px;
}
.table-import > thead > tr > th.narrow,
.table-import > tbody > tr > td.narrow {
  width: 1px;
  min-width: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .az-report-container [az-report-header] [az-report-search-container] [az-report-search-field] {
    width: 60%;
  }
  .az-report-container [az-report-header] [az-report-search-container] [az-report-search-field] input[type="text"] {
    height: 29px;
    padding: 0 25px;
    background-position: 2px center;
  }
  .az-report-container [az-report-header] [az-report-search-container] [az-report-search-field] .zmdi {
    top: 34px;
  }
  .az-report-container [az-report-header] [az-report-search-container] .btn-close {
    top: 2px;
    right: 10px;
  }
  .az-report-container [az-report-header] [az-report-tags-container] .checkbox {
    top: 6px;
  }
  .az-report-container [az-report-header] [az-report-tags-container] .btn-close {
    top: 2px;
    right: 10px;
  }
}
.dataTables_info {
  font-size: 14px;
}
.dataTables_paginate {
  text-align: right;
}
.dataTables_paginate .pagination {
  margin: 0 12px;
}
.dataTables_wrapper .dataTables_scroll + .row {
  border-top: 1px solid #f3f3f3;
}
.dataTable {
  margin-bottom: 0;
}
.dataTable > thead > tr > th[class*=sort] {
  cursor: pointer;
}
.dataTable > thead > tr > th[class*=sort]:after {
  float: right;
  display: inline;
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  color: #555;
  margin-left: 3px;
  position: absolute;
  right: 4px;
}
.dataTable > thead > tr > th[class*=sort]:hover {
  color: #547ea8;
}
.dataTable > thead > tr > th[class*=sorting_] {
  color: #307ecc;
}
.dataTable > thead > tr > th.sorting_desc,
.dataTable > thead > tr > th.sorting_asc {
  background-image: -webkit-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: -o-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0%, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}
.dataTable > thead > tr > th.sorting_desc:after {
  content: "\f0dd";
  color: #307ecc;
  top: 50%;
  margin-top: -11px;
}
.dataTable > thead > tr > th.sorting_asc:after {
  content: "\f0de";
  color: #307ecc;
  top: 50%;
  margin-top: -7px;
}
.dataTable > thead > tr > th.sorting_disabled {
  cursor: inherit;
}
.dataTable > thead > tr > th.sorting_disabled:after {
  display: none;
}
.dataTable .boolean-type {
  font-size: 15px;
}
.dataTables_scrollHead + .dataTables_scrollBody > .dataTable > thead > tr > th:after {
  display: none;
}
.dataTables_scrollHeadInner {
  width: auto !important;
}
.dataTables_scrollHeadInner > .dataTable > thead > tr > th {
  border-bottom-width: 0 !important;
}
.dataTables_borderWrap .dataTables_scrollBody,
.dataTables_borderWrap .dataTables_scrollHead {
  border: 1px solid #f0f0f0 !important;
  border-width: 0 1px !important;
}
.dataTables_borderWrap .dataTables_scrollBody .table-bordered,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered {
  border-left-width: 0;
  border-right-width: 0;
}
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > thead > tr > th:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > thead > tr > th:first-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > tbody > tr > td:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > tbody > tr > td:first-child {
  border-left-width: 0;
}
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > thead > tr > th:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > thead > tr > th:last-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > tbody > tr > td:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > tbody > tr > td:last-child {
  border-right-width: 0;
}
table.dataTable {
  clear: both;
  max-width: none !important;
}
table.dataTable th:active {
  outline: none;
}
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
.DTTT_Print .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.DTTT_Print .navbar-fixed-top + .main-container {
  padding-top: 0;
}
.tableTools-container {
  margin-bottom: 8px;
}
.tableTools-alert.gritter-item-wrapper {
  padding: 12px 11px 8px;
  z-index: 1999;
}
ul.ColVis_collection {
  z-index: 2002;
}
ul.ColVis_collection > li > a {
  padding: 0;
}
ul.ColVis_collection > li > a:focus {
  outline: none;
}
ul.ColVis_collection > li.ColVis_Special {
  border-top: 1px solid #DDD;
}
ul.ColVis_collection > li.ColVis_Special > a {
  padding: 6px 11px 7px;
  text-align: center;
}
ul.ColVis_collection label {
  margin: auto;
  padding: 6px 11px 7px;
  display: block;
  cursor: pointer;
}
div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}
div.ColVis_collectionBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 1100;
}
.table > thead > tr > th {
  position: relative;
  vertical-align: middle;
  font-weight: bold;
}
.table.dataTable {
  margin: 0 !important;
}
th.center,
td.center {
  text-align: center;
}
th .lbl,
td .lbl {
  margin-bottom: 0;
}
th .lbl:only-child,
td .lbl:only-child {
  vertical-align: top;
}
th,
td,
.table-bordered {
  border-radius: 0 !important;
}
.table-container,
.dataTables_wrapper {
  overflow: auto;
  -ms-overflow-x: auto;
  overflow-x: auto;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
}
.table-container .table,
.dataTables_wrapper .table {
  -ms-overflow-style: none;
}
.table > tbody > tr > td.az-dt-cell {
  max-height: 3em;
  overflow: hidden;
  vertical-align: middle;
  white-space: pre-wrap;
}
.table > tbody > tr > td.az-dt-cell.az-last-dt-cell {
  border-right: 0 none;
  padding-right: 0;
}
.table > tbody > tr > td.az-dt-cell.az-bool-cell {
  text-align: center;
}
.table > tbody > tr > td.az-dt-cell.az-bool-cell .az-bool-yes {
  color: #4caf50;
}
.table > tbody > tr > td.az-dt-cell.az-bool-cell .az-bool-no {
  /* faded color so as not to appear too obvious*/
  color: #ffceca;
}
.table > tbody > tr > td.btn-cell {
  padding: 0 !important;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.table > tbody > tr > td.btn-cell .btn {
  font-size: 15px;
  margin: 0;
  padding: 0.2em 0.4em;
  opacity: 0.7;
}
.table > tbody > tr > td.btn-cell .btn.btn-delete {
  color: #f44336;
}
.table > tbody > tr > td.btn-cell .btn:hover,
.table > tbody > tr > td.btn-cell .btn:focus {
  opacity: 1;
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #546e7a;
  font-size: 1.1em;
}
.table > tbody > tr > td.btn-cell .btn:disabled {
  opacity: 0.5;
}
.table > tbody > tr > td.btn-cell.az-card-cell .btn[data-az-role="remove-card-details"] {
  color: #f44336;
}
.table > tbody > tr > td.btn-cell.az-card-cell .btn[data-az-role="register-card-details"] {
  color: #3F51B5;
}
.table > tbody > tr > td.btn-cell.az-card-cell .btn:hover[data-az-role="remove-card-details"] {
  color: rgba(255, 255, 255, 0.87);
}
.table > tbody > tr > td.btn-cell.az-card-cell .btn:hover[data-az-role="register-card-details"] {
  color: rgba(255, 255, 255, 0.87);
}
.table > tbody > tr > td.btn-cell.az-card-cell-readonly i {
  margin: 0;
  padding: 3px 6px;
  font-size: 15px;
}
.table > tbody > tr > td.btn-cell.az-seating-cell .btn[data-az-role="remove-seating"] {
  color: #f44336;
}
.table > tbody > tr > td.btn-cell.az-seating-cell .btn[data-az-role="assign-seating"] {
  color: #3F51B5;
}
.table > tbody > tr > td.btn-cell.az-seating-cell .btn:hover[data-az-role="remove-seating"] {
  color: rgba(255, 255, 255, 0.87);
}
.table > tbody > tr > td.btn-cell.az-seating-cell .btn:hover[data-az-role="assign-seating"] {
  color: rgba(255, 255, 255, 0.87);
}
.table > tbody > tr > td.btn-cell.btn-hidden-cell .btn {
  display: none;
}
.table > tbody > tr:hover > td.btn-cell.btn-hidden-cell .btn {
  display: inline-block;
}
.table > tbody > tr .narrow {
  width: 1px;
}
.table > tbody > tr .nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table > thead > tr > th.az-last-dt-cell {
  border-right: 0 none;
  padding-right: 0;
}
.table > thead > tr > th.az-card-cell {
  text-align: center;
  font-size: 0;
  position: relative;
}
.table > thead > tr > th.az-card-cell:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f129';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.table > thead > tr > th.az-seating-cell {
  text-align: center;
  font-size: 0;
  position: relative;
}
.table > thead > tr > th.az-seating-cell:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f1c4';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.table > thead > tr > th.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
td.az-dt-currency {
  text-align: right;
}
th.az-dt-currency {
  text-align: right;
  /* prevent the label covering up the sort arrows */
  padding-right: 16px !important;
}
tr.az-dt-selected {
  background-color: #F9FBE7 !important;
}
div.dataTables_info {
  font-size: 0.9em;
}
.az-dt-control {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.az-dt-control .form-control {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #E0E0E0;
  padding: 6px 4px;
}
.az-dt-control select.form-control {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.az-dt-control .radio-inline {
  padding-left: 20px;
}
.az-dt-select2-drop {
  min-width: 200px;
  font-size: 0.85em;
}
.az-table-header {
  background-color: #eff3f8;
}
.az-table-search label {
  display: block;
}
.az-table-search .az-dt-search-container {
  border: 1px solid #E0E0E0;
  background-color: white;
}
.az-table-search .az-dt-search-container > .input-group-addon {
  vertical-align: middle;
  padding: 0 4px 0 10px !important;
  font-size: 16px;
  color: #777777;
}
.az-table-search .az-dt-search-container > .form-control {
  padding: 6px;
  margin: 0;
  width: calc(100% - 2*6px);
  height: 25px;
  border: 0 none;
  outline: 0 none;
}
.az-table-length .btn-group {
  box-shadow: none;
}
.az-table-length .dropdown {
  border: 1px solid #E0E0E0;
}
.az-table-length .dropdown:first-child {
  border-right: 0 none;
}
.az-table-length .dropdown .btn {
  padding: 6px 15px;
  height: 39px;
}
.az-table-length .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
}
.dataTables_info {
  width: auto;
  border: 1px solid #E0E0E0;
  display: inline-block;
  padding: 7px 30px;
  background-color: white;
}
table.dataTable tr td:first-child {
  position: relative;
}
table.dataTable tr td:first-child:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition: all all ease-out;
  -moz-transition: all all ease-out;
  -o-transition: all all ease-out;
  transition: all all ease-out;
  -moz-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
table.dataTable tr td.dataTables_empty:first-child:before {
  content: none;
}
table.dataTable tr.az-dt-selected td:first-child:before {
  width: 17px;
  height: 7px;
  margin-left: -8px;
  margin-top: -6px;
  border: 0 none;
  border-bottom: 1px solid #009688;
  border-left: 1px solid #009688;
  border-bottom-left-radius: 2px;
  -webkit-transform: scale(1) rotate(-50deg);
  -moz-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
}
.az-data-column-selector .dropdown-menu {
  min-width: 200px;
}
.az-data-column-selector .select2-container {
  display: block;
}
.az-data-column-item {
  padding: 5px;
  display: block;
}
.az-data-column-item .fa {
  margin-right: 5px;
  opacity: 0.8;
  font-size: 16px;
}
.az-data-column-item:hover .fa {
  opacity: 1;
}
.table-striped.table-bordered td,
.table-striped.table-bordered th {
  border: 1px solid #f0f0f0 !important;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 10px;
}
.table > tbody > tr:last-child > td,
.table > tfoot > tr:last-child > td {
  padding-bottom: 10px;
}
.minimalistic .dataTable tr td:first-child:before {
  content: none;
}
.minimalistic .dataTable tr.az-dt-selected td:first-child:before {
  content: none;
}
.DTE_Form_Error {
  text-align: center;
  font-size: 18px;
  background-color: #e02020;
  color: white;
  margin-bottom: 12px;
}
.dropdown-menu.dropdown-menu-detached {
  display: none !important;
  z-index: 999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
  -moz-transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms;
}
.dropdown-menu.dropdown-menu-detached.dropdown-menu-detached-visible {
  display: block !important;
}
.dropdown-menu.dropdown-menu-limited {
  max-height: 250px;
  overflow: auto;
}
ul.seating-tables li.seating-table {
  margin-bottom: 16px;
}
ul.seating-tables li.seating-table .table-header {
  padding: 12px 16px;
  font-size: 1.3em;
  font-weight: bold;
}
ul.seating-tables div.seat {
  height: 40px;
  border: 1px dotted #e8e8e8;
  padding: 12px 0 0 16px;
  position: relative;
}
ul.seating-tables div.current-index {
  position: absolute;
  left: 8px;
}
ul.seating-tables div.current-bidder {
  padding-left: 20px;
}
ul.seating-tables div.current-bidder span.close {
  padding-right: 16px;
}
ul.seating-tables div.seat-hover {
  background: #69bdee;
}
ul.seating-tables div.seat-occupied {
  background: #a4eaa7;
}
ul.seating-tables div.seat-occupied span.seated-preference {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 8px;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.seating-tables div.seating-table-body {
  border: 1px #e0e0e0 solid;
}
ul.seating-tables div.seating-unassigned div.seating-unassigned-hdr {
  padding: 8px;
  background-color: #f9c5c5;
}
ul.seating-tables div.seating-unassigned ul.seating-unassigned-bidders li {
  position: relative;
  padding-right: 0;
  cursor: pointer;
}
ul.seating-bidders li.bidder {
  cursor: pointer;
}
ul.seating-bidders li.bidder span.unseated-preference {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 8px;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seating-full {
  background: #54c658;
  color: white;
}
.seating-has-capacity {
  background: #88a6b4;
  color: white;
}
.seating-over-capacity {
  background: #ff6d62;
  color: white;
}
table.seating-tables-list tr a {
  color: white;
}
table.seating-tables-list tr i {
  color: white;
}
/**
 * Utility
 */
.card-padding-short {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}
/* for input text boxes using the floating placeholder we need to force the min-width on any prepended text 
   to be wide enough */
span.az-prepend-fg {
  min-width: 2em;
  font-size: 1.2em;
}
.input-group-validate {
  /* based on input-group-addon */
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 1;
  text-align: center;
}
.az-validate-ok {
  color: #00cc00;
  font-size: 21pt;
}
.az-validate-error {
  color: #cc0000;
  font-size: 21pt;
}
.az-validate-off {
  color: #c0c0c0;
  font-size: 21pt;
}
/* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... *
 * *** Custom
 * ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
/** this is left up to the widget ?
.az-frame {
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    padding: 40px 15px 15px 15px;
}
**/
.input-group-validate {
  /* based on input-group-addon */
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 1;
  text-align: center;
}
.az-validate-ok {
  color: #00cc00;
  font-size: 21pt;
}
.az-validate-error {
  color: #cc0000;
  font-size: 21pt;
}
.az-validate-off {
  color: #c0c0c0;
  font-size: 21pt;
}
/* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... *
 * *** Data Tables
 * ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
.form-actions {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px 0 20px 0;
}
.btn-menu-block {
  text-align: left;
}
.az-datetimepicker {
  display: block;
}
.az-datetimepicker > * {
  vertical-align: middle;
  display: inline-block;
}
.az-datetimepicker select {
  padding: 6px;
  margin-right: 5px;
}
/** ?? handled by the theme ?? **
@media(max-width:767px) * xs *
{
    body{font-size: 12px;}
    h1{font-size: 1.6em;}
    h2{font-size: 1.4em;}
    h3{font-size: 1.2em;}
    h4{font-size: 1.2em;}
}

@media(min-width:768px) * sm *
{
    body{font-size: 13px;}
    h1{font-size: 1.8em;}
    h2{font-size: 1.6em;}
    h3{font-size: 1.4em;}
    h4{font-size: 1.2em;}
}

@media(min-width:992px) * md *
{
    body{font-size: 14px;}
    h1{font-size: 1.8em;}
    h2{font-size: 1.6em;}
    h3{font-size: 1.4em;}
    h4{font-size: 1.3em;}
}

@media(min-width:1200px) * lg *
{
    body{font-size: 14px;}
    h1{font-size: 2.0em;}
    h2{font-size: 1.8em;}
    h3{font-size: 1.6em;}
    h4{font-size: 1.4em;}
}

*/
.az-search-container {
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all all 0.5s ease-in-out ease-out;
  -moz-transition: all all 0.5s ease-in-out ease-out;
  -o-transition: all all 0.5s ease-in-out ease-out;
  transition: all all 0.5s ease-in-out ease-out;
}
.az-search-container .az-search-field {
  width: 50%;
  display: inline-block;
  position: relative;
}
.az-search-container .az-search-field input[type="text"] {
  border: 0;
  height: 40px;
  padding: 0 40px 0;
  font-size: 18px;
  margin: 12px 0;
  width: 100%;
  border-radius: 2px;
  color: rgba(51, 51, 51, 0.69);
  background-color: white;
  background-image: url("/Content/material.v2/img/icons/search-2.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.az-search-container .az-search-field .md,
.az-search-container .az-search-field .zmdi {
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 25px;
  cursor: pointer;
  opacity: 0.5;
}
.az-search-container .az-search-field .md:hover,
.az-search-container .az-search-field .zmdi:hover {
  opacity: 1;
}
.az-search-container .az-search-field .btn-close {
  position: absolute;
  top: 8px;
  font-size: 23px;
  font-style: normal;
  color: white;
  text-align: center;
  cursor: pointer;
  right: 20px;
  padding: 8px;
  margin: 0;
  opacity: 0.7;
}
.az-search-container .az-search-field .btn-close:hover {
  opacity: 1;
}
#top-search-help {
  display: inline-block;
  position: relative;
}
#top-search-help a {
  position: absolute;
  top: 4px;
  color: white;
  font-size: 1.6em;
}
.select2-container {
  /* not sure why ... but these are not displaying on the field edit autocomplete selects .. looks like it was a conflict with the css from <div class='select'> in material.css */
}
.select2-container.material .select2-choice {
  border: 0 none;
  box-shadow: none;
  padding: 6px 0;
}
.select2-container.material .select2-choice .select2-arrow {
  display: none;
}
.select2-container.material .select2-choice:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: calc(98%);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(93%);
  background-repeat: no-repeat;
  background-image: url("/Content/material.v2/img/select.png");
  pointer-events: none;
  z-index: 5;
}
.select2-container.bootstrap {
  padding-right: 0;
}
.select2-container.bootstrap .select2-choice {
  border: 0 none;
  padding: 0;
  box-shadow: none;
  margin: 0;
  height: 22px;
  line-height: 23px;
}
.select2-container.bootstrap .select2-choice .select2-arrow {
  top: -4px;
}
.select2-container span.select2-selection__clear {
  font-size: 14px;
  padding-right: 4px;
}
.select2-container-multi.material .select2-choices {
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: none;
  padding: 0;
}
.select2-container-multi.material .select2-choices .select2-search-field {
  height: auto;
  line-height: initial;
}
.select2-container-multi.material .select2-choices .select2-search-field input {
  padding: 0;
  margin: 0;
  font-family: inherit;
}
.select2-container-multi.material .select2-choices:before {
  position: absolute;
  bottom: 6px;
  right: 0;
  content: "";
  height: calc(98%);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(93%);
  background-repeat: no-repeat;
  background-image: url("/Content/material.v2/img/select.png");
  pointer-events: none;
  z-index: 5;
}
.select2-drop {
  z-index: 9004;
}
.select2-drop-mask {
  z-index: 9003;
}
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  right: 32px;
}
.support-clean .select2-container .select2-choice abbr {
  margin-top: -5px;
}
.social > ul,
.social > ul > li {
  margin: 0;
  padding: 0;
}
.social li > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 2px 2px 0;
  border-radius: 34px;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  background: #fff;
  color: #4E4D4A;
  transition: background 500ms, color 500ms;
  -webkit-transition: background 500ms, color 500ms;
}
.social li:hover > a {
  color: #fff;
}
.social li > a.rss:hover {
  background: #ff9900;
}
.social li > a.facebook:hover {
  background: #3B5998;
}
.social li > a.web:hover {
  background: #ed413e;
}
.social li > a.twitter:hover {
  background: #1dcaff;
}
.social li > a.plus:hover {
  background: #dd4b39;
}
.social li > a.vk:hover {
  background: #3f628a;
}
.social li > a.pinterest:hover {
  background: #c92026;
}
.social li > a.vimeo:hover {
  background: #446d82;
}
.social li > a.github:hover {
  background: #657e8c;
}
.social li > a.linkedin:hover {
  background: #0c7bb3;
}
.social li > a.dropbox:hover {
  background: #4fa3e3;
}
.social li > a.youtube:hover {
  background: #ed413e;
}
/* Footer White Social Links */
.footer-white .social li > a {
  border: 1px solid #ccc;
}
.footer-white .social li > a:hover {
  border: 1px solid transparent;
}
.spinner-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #494949;
}
.spinner {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -60px;
  text-align: center;
  animation: rotate 2.0s infinite linear;
}
.spinner-dot1,
.spinner-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fcfc8c;
  border-radius: 100%;
  animation: bounce 2s infinite ease-in-out;
}
.spinner-dot1 {
  top: auto;
  bottom: 0px;
  animation-delay: -1s;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
.material-spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.material-spinner .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
/* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
.m-busy-container {
  width: 100%;
  height: 100%;
  /* background-color: white; */
  background-image: url('/Content/Images/cogs.png');
  background-size: cover;
  position: relative;
}
.m-busy-container .m-load-bar {
  position: absolute;
  top: 0;
  /* margin-top: 20px; */
  width: 100%;
  height: 10px;
  background-color: #fdba2c;
}
.m-busy-container .m-load-bar .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.m-busy-container .m-load-bar .bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.m-busy-container .m-load-bar .bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.m-busy-container .m-load-bar .bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
.m-busy-container .m-load-bar-message {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.m-busy-container .m-load-bar-message h2 {
  text-shadow: 1px 1px 0px black, 0 0 1em white, 0 0 0.2em white;
}
.m-busy-container .m-load-bar-message {
  text-align: center;
  padding-bottom: 80px;
}
.m-busy-container .m-load-bar-message h2 {
  text-shadow: 1px 1px 0px black, 0 0 1em white, 0 0 0.2em white;
}
.m-busy-container .m-busy-bar-message {
  padding-top: 80px;
}
.m-busy-container .m-job-bar-message {
  padding-top: 40px;
}
.m-busy-container .m-job-bar-message .progress {
  height: 12px;
}
.m-busy-container .material-spinner {
  text-align: center;
  margin-top: 40px;
}
input.typeahead,
input.tt-query,
input.tt-hint {
  min-width: 175px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #CCC;
  border-radius: 0;
  outline: none;
}
input.tt-hint,
.form-group input.tt-hint {
  background-color: #FFF !important;
  color: #B0B0B0 !important;
}
.tt-dropdown-menu {
  text-align: left;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  min-width: 175px;
  margin-top: 2px;
  padding: 8px 0;
  background-color: #FFF;
  border: 1px solid #D0D0D0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 12px 4px;
  font-size: 16px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #ffffff !important;
  background-color: #2196F3 !important;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
input.typeahead.scrollable ~ .tt-dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
/* ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... *
 * *** Typeahead/Bloodhound
 * ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... */
.az-bh-section {
  margin: 12px 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-style: italic;
}
.az-bh-suggest {
  font-size: 10pt;
  line-height: 15px;
}
.az-bh-empty {
  padding: 5px 10px;
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
tr.top-condensed td {
  padding-top: 0px !important;
}
tr.bottom-condensed td {
  padding-bottom: 4px !important;
}
tr.light-hover:hover {
  background-color: #fffba4;
}
tr.no-border td {
  border-top: none !important;
}
tr.bgm-teal:hover > td {
  background-color: #00c9b6;
}
th.select-cell > .checkbox,
td.select-cell > .checkbox {
  width: 18px;
  height: 18px;
}
.table > tbody + tbody.table-body-bordered {
  border-top: 2px solid #616161;
}
tr.az-actions td {
  border-top: none !important;
  padding-top: 2px !important;
  font-size: 0.8em;
}
.az-tags-container .select2-choices {
  border-radius: 0;
  border: 1px solid #e9e9e9;
}
.az-tags-container .select2-choices .select2-search-choice {
  padding: 8px 6px;
  margin: 4px 2px;
  background: #00bcd4;
  box-shadow: none;
  border: 0 none;
  border-radius: 4px;
}
.az-tags-container .select2-choices .select2-search-choice:hover {
  background: #008fa1;
}
.az-tags-container .select2-choices .select2-search-choice > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  color: white;
}
.az-tags-container .select2-choices .select2-search-choice .select2-search-choice-close {
  position: static;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 14px;
  line-height: 16px;
  margin-left: 4px;
  background: none;
  width: auto;
  height: auto;
  opacity: 0.6;
}
.az-tags-container .select2-choices .select2-search-choice .select2-search-choice-close:before {
  content: '\f136';
}
.az-tags-container .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  opacity: 1;
}
.az-tags-container .select2-choices .select2-search-field {
  padding: 4px 8px;
  height: 40px;
  line-height: 32px;
}
.az-tags-container .select2-choices .select2-search-field input {
  padding: 0;
  margin: 0;
}
.az-tags-container.az-tags-container-sm .select2-search-choice {
  padding: 4px 6px;
}
.az-tags-container.az-tags-container-sm .select2-search-field {
  padding: 2px 4px;
  height: 32px;
  line-height: 28px;
}
.select2-input {
  margin: 0;
  padding: 0;
}
ul.tags-view {
  border-radius: 0;
  /* border: 1px solid #e9e9e9; */
  list-style: none;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.tags-view li {
  padding: 6px 4px;
  margin: 4px 2px;
  background: #00bcd4;
  box-shadow: none;
  border: 0 none;
  border-radius: 3px;
  float: left;
  font-size: 0.9em;
}
ul.tags-view li:hover {
  background: #008fa1;
}
ul.tags-view li > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  color: white;
}
div.report-block div.tag-editor li {
  color: black;
}
az-tag-viewer .tag-viewer {
  /*
        border: 1px solid black;
        border-radius: 4px;

        padding: 5px;

        background-color: #fefefe;
        */
}
az-tag-viewer .tag-viewer .tag {
  display: inline-block;
  border: 1px solid black;
  border-radius: 4px;
  padding: 0 5px;
  margin: 5px 5px 0 0;
  background-color: #e0e0e0;
  color: #444;
}
az-tag-viewer.success .tag {
  background-color: #e0fee0;
  color: #444;
}
az-tag-viewer.warning .tag {
  background-color: #fee0e0;
  color: #444;
}
.btn-float i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-float.btn-float-more {
  margin: 0 55px 0 0;
}
.carousel-inner > .item > img {
  margin: 0 auto;
}
.dl-horizontal > dt {
  white-space: initial;
}
.color-preview {
  display: block;
  height: 1.42857143em;
  width: 100px;
  border: 1px solid #e0e0e0;
  box-sizing: content-box;
}
.font-preview > span {
  display: inline-block;
  vertical-align: middle;
}
.font-preview .color-preview {
  width: 35px;
}
.az-datetimepicker > .btn {
  margin: 0 0 0 12px;
}
/**
  Why was this added? Causes a problem in (eg) the ItemsChooser when a tags or item choose component is shown??
*/
.center-block {
  float: none;
}
/** work around the float problem above */
.center-block-x {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.radio label,
.checkbox label {
  font-weight: bold;
}
.radio label.normal-label,
.checkbox label.normal-label {
  font-weight: normal;
}
.normal-label {
  font-weight: normal;
}
.blockUI {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: not-allowed;
  border: 0 none;
  background-color: white;
  color: black;
  padding: 10px;
  z-index: 99999 !important;
}
.blockUI > .zmdi {
  font-size: 1.25em;
  vertical-align: bottom;
}
.blockUI.blockMsgHtml {
  padding: 30px;
  border-radius: 5px;
}
.blockUI.blockMsgFixed {
  position: fixed !important;
  z-index: 99999 !important;
  max-width: 640px;
  font-size: 1.4em;
}
.growl-animated {
  z-index: 9006;
  font-size: 1.2em;
}
.growl-animated .reload-link {
  text-decoration: underline !important;
  color: white;
  display: block;
  text-align: center;
}
.growl-animated .zmdi {
  font-size: 1.5em;
  vertical-align: text-bottom;
}
.page-breadcrumbs {
  font-size: 0;
}
.page-breadcrumbs > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-breadcrumbs > a {
  display: inline-block;
  max-width: calc(20% - 14px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-breadcrumbs > span {
  max-width: 14px;
  padding: 0 5px;
}
.twitter-typeahead {
  width: initial;
}
tr[data-az-link] {
  cursor: pointer;
}
.listview-bordered .lv-item {
  border-bottom: 1px solid #f0f0f0;
}
.listview-bordered .lv-item:last-child {
  border-bottom: none;
}
.preserver-whitespace {
  white-space: pre-line;
}
.fixed-width {
  font-family: Consolas, Courier New, Courier, monospace;
}
.normal-font {
  font-weight: normal;
}
.caret-md {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.checkbox .input-helper.bgm-white:before {
  background-color: white;
}
.pointer {
  cursor: pointer;
}
a.list-group-item {
  cursor: pointer;
}
a.list-group-item.no-pointer {
  cursor: not-allowed;
  pointer-events: none;
}
.list-group-item.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-center-vert > * {
  display: inline;
  vertical-align: middle;
  line-height: 1;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.bgm-info {
  background-color: #BBDEFB;
}
.bgm-info h2 {
  color: #546E7A !important;
}
img.lv-img-x {
  max-width: 48px;
  max-height: 48px;
  width: auto;
  height: auto;
}
div.featherlight {
  z-index: 9999;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.knockoff {
  display: none;
}
.btn-menu-block {
  text-align: left;
}
div.az-v3-widget {
  background-color: #f7f7f7;
  border: 8px solid white;
}
div.az-v3-widget div.widget-body {
  background-color: #f7f7f7;
}
div.az-v3-widget div.widget-header {
  background-color: #d7d7d7;
  border-width: 0;
  border-bottom: 1px solid #DCE8F1;
  color: #4383B4;
  padding-left: 16px;
}
.select2-dropdown {
  z-index: 9001;
}
div.global-msg div {
  margin-bottom: 0px !important;
}
div.global-msg span.zmdi {
  font-size: 36pt;
}
div.global-msg p {
  font-size: 1.1em;
}
div.global-msg p:last-child {
  margin-bottom: 0px !important;
}
div.global-msg h4 {
  font-size: 1.3em;
}
div.global-msg a {
  font-weight: bold;
}
div.modal-wide > div.modal-dialog {
  width: 80% !important;
}
#HW_frame_cont {
  z-index: 99999 !important;
}
pixie-editor.mode-overlay {
  z-index: 9999 !important;
}
div.blockUI.blockMsg.blockElement {
  z-index: 99999 !important;
}
div.pmb-block div.block-description {
  font-size: 16px;
  margin-bottom: 20px;
}
div.pmb-block.editable-block div.block-description {
  border-bottom: 1px solid #ccc;
}
.fake-link {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: #2196f3;
  cursor: pointer;
}
.white-links a {
  color: white;
}
.white-links a:visited {
  color: white;
}
.white-links a:hover {
  color: white;
}
.flex-2-columns {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  gap: 40px;
}
.flex-2-columns.narrow {
  gap: 12px;
}
.embed-modal .modal-body {
  padding: 0 !important;
}
.embed-modal .embed-iframe {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  margin: 0;
  padding: 0;
  border: none !important;
}
.video-modal {
  aspect-ratio: 1.77777778 !important;
  height: auto;
}
.video-modal .modal-body {
  padding: 0 !important;
}
.video-modal .aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  /* or any desired width */
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}
.video-modal .aspect-ratio-16-9 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal .video-iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none !important;
}
.alert-mini {
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
}
.separator-row {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  /* Adjust the margin as needed */
  font-size: 1.2em;
  /* Adjust the font size as needed */
  color: #333;
  /* Adjust the text color as needed */
}
.separator-row::before,
.separator-row::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
  /* Adjust the line color as needed */
  margin: 0 10px;
  /* Space between the text and the lines */
}
.sidebar-btn-lg {
  padding: 15px;
  font-size: 1.1em;
  border-radius: 8px !important;
  filter: drop-shadow(2px 2px 4px #444444);
  background-color: #fbfbfb !important;
}
#console {
  display: none;
  margin-bottom: 15px;
  background: black;
  color: #00c000;
  font-family: consolas;
  min-height: 30px;
  max-height: 500px;
  padding: 8px;
  overflow-y: scroll;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#console-content div {
  white-space: pre-wrap;
}
.popover-hover-card {
  padding: 0;
  border: 0;
  z-index: 9999;
}
.popover-hover-card .popover-content {
  padding: 0;
}
.popover-hover-card .popover-content .blog-post {
  width: 300px;
  padding: 0 !important;
  margin: 0 !important;
}
.popover-hover-card .popover-content .blog-post .bp-header > .bp-header-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: cover;
  width: 100%;
  height: 130px;
}
.popover-hover-card .popover-content .blog-post .bp-header > .bp-title {
  margin: 0;
  padding: 12px 20px;
  position: relative;
}
.popover-hover-card .popover-content .blog-post .bp-header > .bp-title h2 {
  font-size: 17px;
}
.popover-hover-card .popover-content .blog-post .bp-header > .bp-title > .bp-title-close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: larger;
  padding-top: 8px;
  padding-right: 8px;
}
.popover-hover-card .popover-content .blog-post .bp-header > .bp-subtitle {
  margin: 0;
  padding: 8px 8px;
  position: relative;
}
.popover-hover-card .popover-content .blog-post .bp-header > .bp-subtitle h2 {
  font-size: 15px;
  color: white;
  margin: 8px 16px;
}
.popover-hover-card .popover-content .lv-grey {
  background-color: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.popover-hover-card .popover-content .lv-item a {
  color: #2196f3;
}
.popover-hover-card .popover-content .lv-small {
  color: #777777;
}
.popover-hover-card .popover-content .lv-small > a {
  color: #2196f3;
}
.popover-hover-card .popover-content .lv-footer {
  color: #797979;
}
.popover-hover-card .popover-content .lv-footer a {
  color: #2196f3;
}
.popover-help {
  padding: 0 !important;
}
.popover-help .bp-title {
  padding: 8px;
}
.popover-help .bp-body {
  padding: 16px;
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.8em;
  margin: 0;
  padding: 0.11111rem 0.22222rem 0;
  border-radius: 3px;
  text-transform: uppercase;
}
.sq-input {
  border-bottom: 1px solid #e0e0e0;
  outline-offset: -2px;
  margin-bottom: 5px;
  height: 35px;
}
.sq-input--focus {
  outline: 5px auto #3b99fc;
}
.sq-input--error {
  outline: 5px auto #ff6161;
}
.flex-row {
  display: flex;
  align-items: center;
}
.checkin-focus-header .inactive-bidder {
  background-color: #9e9e9e !important;
}
.checkin-focus-header .inactive-bidder:hover {
  background-color: #41a4f3 !important;
}
.checkin-focus-header .active-bidder {
  background-color: #2196f3 !important;
}
.checkin-focus-header .active-bidder:hover {
  background-color: #41a4f3 !important;
}
.zmdi-circle-danger {
  color: #f44336 !important;
}
.checkin-search-results table {
  width: 100%;
  table-layout: fixed;
}
.checkin-search-results table .colA {
  max-width: 24px;
  width: 24px;
  vertical-align: top;
}
.checkin-search-results table .colB {
  max-width: 60px;
  width: 60px;
  vertical-align: top;
}
.checkin-search-results table .colC {
  width: auto;
  overflow-wrap: break-word;
}
.checkin-search-results table .colD {
  max-width: 90px;
  width: 90px;
  vertical-align: top;
  text-align: right;
  padding-right: 8px !important;
}
.checkin-validation-error-paddlenumber {
  border: 2px solid red !important;
  border-radius: 4px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
.checkin-validation-error-email div.pmbb-body {
  border: 2px solid red !important;
  border-radius: 4px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
.checkin-validation-error-email dl[data-field="Email"] dt {
  color: red;
}
.checkin-validation-error-phone div.pmbb-body {
  border: 2px solid red !important;
  border-radius: 4px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
.checkin-validation-error-phone dl[data-field="Phone"] dt {
  color: red;
}
.checkin-validation-error-address div.pmbb-body {
  border: 2px solid red !important;
  border-radius: 4px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
.checkin-validation-error-address dl[data-field="Address1"] dt {
  color: red;
}
.checkin-validation-error-zip div.pmbb-body {
  border: 2px solid red !important;
  border-radius: 4px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
.checkin-validation-error-zip dl[data-field="Zip"] dt {
  color: red;
}
.checkin-validation-error-city div.pmbb-body {
  border: 2px solid red !important;
  border-radius: 4px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
.checkin-validation-error-city dl[data-field="City"] dt {
  color: red;
}
.checkin-validation-error-state div.pmbb-body {
  border: 2px solid red !important;
  border-radius: 4px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
.checkin-validation-error-state dl[data-field="State"] dt {
  color: red;
}
.az-bidder-activity .mark-paid {
  display: block;
  width: 25px;
  height: 21px;
  background: url(/Content/Images/mark-paid.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
.az-bidder-activity .refunded {
  color: #a0a0a0;
}
.az-bidder-activity.az-bidder-activity-compact .pmb-block {
  padding-top: 0 !important;
}
.az-bidder-activity.az-bidder-activity-compact .card {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.az-bidder-activity.az-bidder-activity-compact .card .card-header {
  padding: 10px 15px;
}
.az-bidder-activity.az-bidder-activity-compact .card .card-header.ch-alt {
  display: none;
}
.az-bidder-activity.az-bidder-activity-compact .card .card-body.card-padding {
  padding: 0;
}
.az-bidder-activity h4.subtotal-row {
  color: white;
  padding: 16px 0 16px 16px;
  margin-right: 40px;
}
.list-group-ordering .list-group-item {
  cursor: move;
}
.list-group-ordering .list-group-item .btn {
  border: 0 none;
  outline: none;
  visibility: hidden;
}
.list-group-ordering .list-group-item .btn.btn-link {
  padding: 0 0 0 10px;
}
.list-group-ordering .list-group-item .btn:hover {
  color: #e74c3c;
}
.list-group-ordering .list-group-item .btn > i {
  font-size: 1.5em;
}
.list-group-ordering .list-group-item:hover {
  background: #fafafa;
}
.list-group-ordering .list-group-item:hover .btn {
  visibility: visible;
}
.list-group-ordering .list-group-item:first-child .btn-up {
  display: none;
}
.list-group-ordering .list-group-item:last-child .btn-down {
  display: none;
}
.item-ordering {
  display: flex;
  font-size: 14px;
  text-align: left;
}
.item-ordering .number {
  width: 60px;
  flex-shrink: 0;
  font-weight: 600;
  overflow: hidden;
}
.item-ordering .old-number {
  width: 60px;
  flex-shrink: 0;
  overflow: hidden;
}
.item-ordering .title {
  flex-grow: 1;
}
.item-ordering .controls {
  width: 110px;
  flex-shrink: 0;
  text-align: right;
}
.item-ordering.item-ordering-header {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
div.calendly-popup {
  background-color: white;
}
.login-content {
  overflow: hidden;
  height: 100%;
  padding-top: 0 !important;
}
body.login-content {
  text-align: center;
}
body.login-content .lc-block {
  background: #fff;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  padding: 35px 55px 35px;
  width: 500px;
  display: inline-block;
  margin-top: -60px;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 767px) {
  body.login-content .lc-block {
    padding: 15px 35px 25px 20px;
    width: calc(40%);
  }
}
body.login-content .lc-block .checkbox {
  margin: 5px 0 0 42px;
  text-align: left;
}
body.login-content .lc-block .btn-login {
  top: 50%;
  margin-top: -25px;
  right: -25px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
body.login-content .lc-block:not(.toggled) {
  display: none;
}
body.login-content .lc-block.toggled {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 10;
}
body.login-content .login-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0%;
  bottom: -45px;
}
body.login-content .login-navigation > li {
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.login-content .login-navigation > li > span {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.login-content .login-navigation > li:not(:hover) {
  font-size: 0px;
  border-radius: 100%;
}
body.login-content .login-navigation > li:hover {
  border-radius: 10px;
  padding: 0 5px;
  font-size: 8px;
}
body.login-content .login-navigation > li:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.login-content:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 100%;
}
body.login-content:before {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00bcd4;
  content: "";
  z-index: 0;
}
#tblQuickBidHistory tbody tr.az-pending {
  background-color: #e0e0e0;
}
#tblQuickBidHistory tbody tr.az-failed {
  background-color: #f44336;
  color: white;
}
#tblQuickBidHistory tbody tr.az-failed a {
  color: white;
  font-weight: bold;
  text-decoration: underline dotted white;
}
#tblQuickBidHistory tbody tr.az-success {
  background-color: #4caf50;
  color: white;
}
#tblQuickBidHistory tbody tr.az-success a {
  color: white;
  text-decoration: underline dotted white;
}
.emailFrame {
  width: 100%;
  height: 100%;
  min-height: 1000px;
  border: none;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.rotate-clockwise {
  transform: rotate(90deg);
}
.rotate-anticlockwise {
  transform: rotate(270deg);
}
